dundas.controls.SmallMultipleDesigner Class

 

Inheritance Hierarchy

 
Class
      dundas.controls.SmallMultipleDesigner
 

Constructors

 
  Name Description
init Initializes the small multiple designer. Inherited from dundas.controls.RepeaterDesignerBase.
 
 

Properties

 
  Name Description
adapters Gets the designer-only adapters. Inherited from dundas.controls.RepeaterDesignerBase.
baseViewService Gets the base view service. Inherited from dundas.controls.RepeaterDesignerBase.
canvasAdapter Gets the canvas adapter. Inherited from dundas.controls.RepeaterDesignerBase.
canvasService Gets the canvas service. Inherited from dundas.controls.RepeaterDesignerBase.
commandService Gets the command service. Inherited from dundas.controls.RepeaterDesignerBase.
dataConnectorService Gets the data connector service. Inherited from dundas.controls.RepeaterDesignerBase.
dataCubeService Gets the data cube service. Inherited from dundas.controls.RepeaterDesignerBase.
entity Gets the entity this works on. Inherited from dundas.controls.RepeaterDesignerBase.
fileSystemService Gets the file system service. Inherited from dundas.controls.RepeaterDesignerBase.
height Gets or sets the height of the canvas in pixels. Inherited from dundas.controls.RepeaterDesignerBase.
isDisposed Gets a value indicating whether the designer is disposed. Inherited from dundas.controls.RepeaterDesignerBase.
layerId Gets the designer layer ID. Inherited from dundas.controls.RepeaterDesignerBase.
layoutMode
metricSetService Gets the metric set service. Inherited from dundas.controls.RepeaterDesignerBase.
model Gets or sets the repeater model. Inherited from dundas.controls.RepeaterDesignerBase.
nativeStructureService Gets the native structure service. Inherited from dundas.controls.RepeaterDesignerBase.
projectService Gets the project service. Inherited from dundas.controls.RepeaterDesignerBase.
resourceService Gets the resource service. Inherited from dundas.controls.RepeaterDesignerBase.
templateAdorner Gets the canvas template adorner. Inherited from dundas.controls.RepeaterDesignerBase.
templateCells Gets the designer-only template cells. Inherited from dundas.controls.RepeaterDesignerBase.
viewService Gets the view service. Inherited from dundas.controls.RepeaterDesignerBase.
width Gets or sets the width of the canvas in pixels. Inherited from dundas.controls.RepeaterDesignerBase.
 
 

Methods

 
  Name Description
addGroup Adds a child group to parentGroup, or the repeater model if null. If indexToInsert is provided the group is added at that position, otherwise it is added to the end. The parent repeater group to insert into, or null if inserting a top-level group. (optional) An index in the groups array at which to insert the group. If not specified, the group will be added to the end. (optional) The metric set to use for the group data. A promise object that is resolved when the call is complete. If successful, the new dundas.controls.RepeaterGroup is returned. Inherited from dundas.controls.RepeaterDesignerBase.
addGroupFromDrop Adds a child group to parentGroup, or the repeater model if null, using the drop event e. If indexToInsert is provided the group is inserted at that position, otherwise it is added to the end. The drop event. Can contain a desktop file drag/drop operation, native structure node, metric set node, or suitable data element node. The parent repeater group to insert into, or null if inserting a top-level group. (optional) An index in the groups array at which to insert the group. If not specified, the group will be added to the end. A promise object that is resolved when the call is complete. If successful, the new dundas.controls.RepeaterGroup is returned if the event contains a suitable data source, or null otherwise. Inherited from dundas.controls.RepeaterDesignerBase.
dispose Disposes the designer. Inherited from dundas.controls.RepeaterDesignerBase.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
handleAdaptersChanged Inherited from dundas.controls.RepeaterDesignerBase.
handleWidthChanged
load Initializes the designer objects. Inherited from dundas.controls.RepeaterDesignerBase.
nameGroup Inherited from dundas.controls.RepeaterDesignerBase.
nameTemplateCell Inherited from dundas.controls.RepeaterDesignerBase.
onCanvasAdapterPropertyChanged Invoked when a property on the canvas adapter is changed. Inherited from dundas.controls.RepeaterDesignerBase.
onGroupHasExplorerNodeDropped Handles dropping an explorer node onto a group. Inherited from dundas.controls.RepeaterDesignerBase.
onMetricSetBindingChanged Handles changes made to a metric set binding. Inherited from dundas.controls.RepeaterDesignerBase.
onMetricSetChanged Handles changes made to a metric set. Inherited from dundas.controls.RepeaterDesignerBase.
ready Subscribe to grid adorner. Inherited from dundas.controls.RepeaterDesignerBase.
refresh Refreshes the design view. Inherited from dundas.controls.RepeaterDesignerBase.
removeGroup Removes the group from the model and removes all its design adapters. Inherited from dundas.controls.RepeaterDesignerBase.
removeTemplate Remove adapters from the entity. Inherited from dundas.controls.RepeaterDesignerBase.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.